home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / IAU.LZH / ILEAVE.DOC < prev    next >
Text File  |  1988-02-13  |  2KB  |  37 lines

  1. Most hard disks in PCs have an "interleave value" from 1 to 7.  This value 
  2. represents the spacing between groups of data on your hard disk.  These groups 
  3. of data are called sectors.  
  4.  
  5. Your hard disk system reads or writes data on the disk itself as the disk 
  6. spins.  The disk spins at a constant rate.  It is similar to the way that a 
  7. record player works.  The head moves from the edge to the center, and the disk 
  8. spins at a constant rate.  
  9.  
  10. Your computer can not always accept (or supply) the data fast enough for the 
  11. disk drive.  In such a case, the hard disk system causes your computer to wait 
  12. until the place for that data comes around again.  This takes a little under 
  13. seventeen thousandths of a second.  
  14.  
  15. If your computer is not able to accept each sector as it comes by, you will 
  16. notice that the performance of your system is slow.  To improve its 
  17. performance, computer manufacturers shuffle the sectors so that the first one 
  18. that is requested is never located next to the second one, the second one is 
  19. never next to the third one, and so on.  
  20.  
  21. You could visualize this by cutting a pizza into seven slices.  Using a tag, 
  22. number each one. Now change their positions so that none is next to the piece 
  23. that it originally had as a neighbor.  If you evenly shuffled them, you might 
  24. have the arrangement of "1-5-2-6-3-7-4".  In this case, the interleave factor 
  25. is two, since the distance from piece number 1 to piece number 2 is two.  Right 
  26. after you cut the pizza, when they were numbered "1-2-3-4-5-6-7", the 
  27. interleave was one.  If you arranged the pieces "1-6-4-2-7-5-3", the interleave 
  28. would be three.  
  29.  
  30. The hard disk interleave is performed just like this, but with seventeen slices 
  31. instead of seven.  As the distance between numbered sectors increases, your 
  32. computer has more time to process the data in each sector.  
  33.  
  34. The manufacturer finds the point where there is enough time to process each 
  35. sector, but not so much time that the computer is waiting too long for each 
  36. sector to arrive at the read/write head.  
  37.